isRight

abstract val isRight: Boolean

Returns true if this is a Right or false if this is Left.

Return

true if this is a Right or false if this is Left.